home *** CD-ROM | disk | FTP | other *** search
-
- '***********************************
- ' Example FED commands
- '***********************************
-
- tmp//TEMP ' Global change "tmp" to "TEMP".
- ^rem // ' Remove "rem " from the beginning of lines.
- path //path c:\pctools; ' This will include "c:\pctools" in path.
- echo off>>cls ' Add line "cls" below lines containing
- ' "echo off". NB: Must appear before next command.
- echo||@echo off ' Replace lines containing "echo" with the
- ' line "@echo off".
- path&&c:\util; ' Append "c:\util;" to lines containing "path".
- dircmd^^REM_ ' Prefix "REM " to lines containing "dircmd".
- mirror-- ' Delete lines containing "mirror".
- pc-cache!!/write=off_ ' Strip "/write=off " from lines containing
- ' "pc-cache".
- <<REM EXAMPLE.TXT ' Add line "REM EXAMPLE.TXT" to the beginning
- ' of the targetfile.
- >>menu ' Append the line "menu" to the targetfile.
-